.. _`Score Cross Validation`: .. _`org.sysess.sympathy.machinelearning.crossval_score`: Score Cross Validation `````````````````````` .. image:: cv_score.svg :width: 48 Calculates the score for a model given a cross validation scheme Definition :::::::::: Input ports ........... **in-model** | Type: model | Description: in-model **splits** | Type: [(table, table)] | Description: splits **X** | Type: table | Description: X **Y** | Type: table | Description: Y Output ports ............ **scores** | Type: table | Description: scores Implementation .............. .. automodule:: node_crossvalidation :noindex: .. class:: CrossVal_evaluate :noindex: